<?xml version="1.0"?>
<component name="org.nuxeo.ecm.user.center.profile.theme.override">

  <require>org.nuxeo.ecm.user.center.profile.theme</require>

  <extension point="pages" target="org.nuxeo.theme.styling.service">

    <themePage name="userCenter/default">
      <resources append="true">
        <resource>user_profile.scss</resource>
      </resources>
    </themePage>
    <themePage name="admin/default">
      <resources append="true">
        <resource>user_profile.scss</resource>
      </resources>
    </themePage>

  </extension>

</component>
